home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- From: Christian.Straka@uni-konstanz.de (Christian Straka)
- Subject: pow(-1,1.1) = DOMAIN error
- Date: Thu, 22 Feb 1996 16:53:16
- Message-ID: <Christian.Straka.15.0010E3C9@uni-konstanz.de>
- Organization: University of Constance
- X-Newsreader: Trumpet for Windows [Version 1.0 Rev A]
- NNTP-Posting-Host: hydra-5.rz.uni-konstanz.de
- Path: hydra-5.rz.uni-konstanz.de!Christian.Straka
-
- The pow() and powl() function in <math.h> doesn't work properly. The following
- example causes a DOMAIN error exception (see defs in math.h):
-
- pow(-1,1.1);
-
- Has anyone an idea to fix this problem?
-
- Christian
-
- e-mail: Christian.Straka@uni-konstanz.de
-